Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Public Overloads Shared Function GetRelatedEntity(Of T As EntityAspect)( _ ByVal entity As EntityAspect, _ ByVal relationLink As EntityRelationLink, _ ByVal strategy As QueryStrategy _ ) As T |
Visual Basic (Usage) | ![]() |
---|---|
Dim entity As EntityAspect Dim relationLink As EntityRelationLink Dim strategy As QueryStrategy Dim value As T value = EntityAspectExtensions.GetRelatedEntity(Of T)(entity, relationLink, strategy) |
C# | |
---|---|
[ExtensionAttribute()] public static T GetRelatedEntity<T>( EntityAspect entity, EntityRelationLink relationLink, QueryStrategy strategy ) where T: EntityAspect |
C++/CLI | |
---|---|
[ExtensionAttribute()] public: static T^ GetRelatedEntitygeneric<typename T> ( EntityAspect^ entity, EntityRelationLink^ relationLink, QueryStrategy^ strategy ) where T: EntityAspect |
Parameters
- entity
- relationLink
- strategy
Type Parameters
- T
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family